projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14589c2
)
migration guide: Remove a stray html tag
author
Timm Bäder
<mail@baedert.org>
Fri, 17 Jul 2020 04:27:23 +0000
(06:27 +0200)
committer
Timm Bäder
<mail@baedert.org>
Fri, 17 Jul 2020 04:27:23 +0000
(06:27 +0200)
docs/reference/gtk/migrating-3to4.md
patch
|
blob
|
history
diff --git
a/docs/reference/gtk/migrating-3to4.md
b/docs/reference/gtk/migrating-3to4.md
index d78ed134e689803391a1a0ba73bb2ebbcbd5615e..fb266bb87d0514f2b5090332bad726b5479ae532 100644
(file)
--- a/
docs/reference/gtk/migrating-3to4.md
+++ b/
docs/reference/gtk/migrating-3to4.md
@@
-170,7
+170,7
@@
in GTK 3, you can prepare for the switch by using gtk_widget_destroy()
only on toplevel windows, and replace all other uses with
gtk_container_remove() or g_object_unref().
-### Reduce the use of generic container APIs
</title>
+### Reduce the use of generic container APIs
GTK 4 removes gtk_container_add() and gtk_container_remove(). While there
is not always a replacement for gtk_container_remove() in GTK 3, you can